3.7 \(\int a \, dx\)

Optimal. Leaf size=3 \[ a x \]

[Out]

a*x

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 3, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 1.000, Rules used = {8} \[ a x \]

Antiderivative was successfully verified.

[In]

Int[a,x]

[Out]

a*x

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {align*} \int a \, dx &=a x\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 3, normalized size = 1.00 \[ a x \]

Antiderivative was successfully verified.

[In]

Integrate[a,x]

[Out]

a*x

________________________________________________________________________________________

fricas [A]  time = 0.36, size = 3, normalized size = 1.00 \[ x a \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(a,x, algorithm="fricas")

[Out]

x*a

________________________________________________________________________________________

giac [A]  time = 0.75, size = 3, normalized size = 1.00 \[ a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(a,x, algorithm="giac")

[Out]

a*x

________________________________________________________________________________________

maple [A]  time = 0.00, size = 4, normalized size = 1.33 \[ a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(a,x)

[Out]

a*x

________________________________________________________________________________________

maxima [A]  time = 0.44, size = 3, normalized size = 1.00 \[ a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(a,x, algorithm="maxima")

[Out]

a*x

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 3, normalized size = 1.00 \[ a\,x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(a,x)

[Out]

a*x

________________________________________________________________________________________

sympy [A]  time = 0.02, size = 2, normalized size = 0.67 \[ a x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(a,x)

[Out]

a*x

________________________________________________________________________________________